VBScript - meaning and definition. What is VBScript
Diclib.com
Online Dictionary

What (who) is VBScript - definition

SCRIPT PROGRAMMING LANGUAGE
VBScript programming language; VBScript (programming language); Vbscript; Visual Basic Script; Visual Basic Scripting; Visual Basic Script Edition; .vbs; VB Script; VBSCRIPT; VB script; VbScript; VBscript; Visual Basic Scripting Edition; VBS Script; VBSScript
  • 48px

VBScript         
Visual BASIC Script         
<language> (VBScript) Microsoft's scripting language which is an extension of their Visual Basic language. VBScript can be used with Microsoft Office applications and others. It can also be embedded in web pages but can only be understood by Internet Explorer. Visual Basic is a BASIC variant with object-oriented features. Objects include applications, windows and selections. [Relationship with ASP? VBA?] (1998-07-05)

Wikipedia

VBScript

VBScript ("Microsoft Visual Basic Scripting Edition") is an Active Scripting language developed by Microsoft that is modeled on Visual Basic. It allows Microsoft Windows system administrators to generate powerful tools for managing computers without error handling and with subroutines and other advanced programming constructs. It can give the user complete control over many aspects of their computing environment.

VBScript uses the Component Object Model to access elements of the environment within which it is running; for example, the FileSystemObject (FSO) is used to create, read, update and delete files. VBScript has been installed by default in every desktop release of Microsoft Windows since Windows 98; in Windows Server since Windows NT 4.0 Option Pack; and optionally with Windows CE (depending on the device it is installed on).

A VBScript script must be executed within a host environment, of which there are several provided with Microsoft Windows, including: Windows Script Host (WSH), Internet Explorer (IE), and Internet Information Services (IIS). Additionally, the VBScript hosting environment is embeddable in other programs, through technologies such as the Microsoft Script Control (msscript.ocx).